home *** CD-ROM | disk | FTP | other *** search
/ DS-CD ROM 2 1993 August / DS CD-ROM 2.Ausgabe (August 1993).iso / utility / ds0360 / pb32.exe / START.BAT < prev    next >
DOS Batch File  |  1992-10-19  |  354b  |  29 lines

  1. @echo off
  2. :start2
  3. s 1-3
  4. s 4
  5. if errorlevel 5 goto ende
  6. if errorlevel 4 goto druck
  7. if errorlevel 3 goto ansehen
  8. if errorlevel 2 goto doku
  9. if errorlevel 1 goto demo
  10. goto start2
  11.  
  12. :demo
  13. call demo
  14. goto start2
  15.  
  16. :doku
  17. bwriter handbuch.dok
  18. goto start2
  19.  
  20. :ansehen
  21. bwriter bestell.frm
  22. goto start2
  23.  
  24. :druck
  25. type bestell.frm >PRN
  26.  
  27. :ende
  28. cls
  29.